FLIP BITMAP

This command will flip the contents of the specified bitmap vertically.

  Syntax
FLIP BITMAP Bitmap Number
  Parameters
Bitmap Number
Integer
Specify a bitmap number between 0 and 32.

  Returns

This command does not return a value.

  Description

The parameter should be specified using an integer value.

  Example Code
PRINT "my bitmap zero"
FLIP BITMAP 0
WAIT KEY
  See also

BITMAP Commands Menu
Index